header.header_status_1{
    background: unset;
    border-bottom: 0;
}
.header-nav-main-box{
  height: 0;
}
header.header_status_1 .nav-main-box .nav-box li a{
    color: #fff;
}
header.header_status_1 .nav-main-box .nav-box{
    margin-left: auto;
}
header.header_status_1 .nav-main-box .contact-box{
    margin-left: unset;
    color: #fff;
}
header.header_status_1 #header-reservation-box>a{
    background:#FFFFFF;
    color:#2468F2 ;

}
header.header_status_1 .nav-main-box .nav-box li a.active{
    border-bottom: solid 4px #fff;
}
.section-h4-title{
    font-size: 36px;
    font-weight: 600;
    color: #223266;
    line-height: 60px;
    text-align: center;
}
.section-h4-vc-title{
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 50, 102,0.85);
    line-height: 32px;
    text-align: center;
}
.section-banner{



}
.section-banner .img-box{
    width: 100%;
    height: 100%;
    position:relative;
}
.section-banner .bg-box{
    height: 700px;
    width:100%;
}
.section-btn-box a{
    width: 132px;
    line-height: 43px;
    background: #2468F2;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}
.section-banner .index-banner-content{

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
.section-banner .bannerPic01{
    top: 140px;
}
.section-banner .index-banner-content .content-box{
    display: flex;
    justify-items: center;
}
.section-banner .index-banner-content .left-box{
    display: flex;
    flex-direction: column;
    justify-items: center;
    width: 36%;
}
.section-banner .index-banner-content .left-box .title-1{
    padding-top: 40px;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 80px;
    position: relative;
}
.section-banner .index-banner-content .left-box .title-1:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 3px;
    background: #FFFFFF;
}
.section-banner .index-banner-content .left-box .title-2{
    font-size: 46px;
    color: #FFFFFF;
    line-height: 65px;
}
.section-banner .index-banner-content .left-box .title-3{
    margin-top: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 1px;
}
.index-banner-btn a{

    line-height: 44px;
    border-radius: 22px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-top: 79px;
    width: 140px;
    background: #FFFFFF;
    color: #0044F9;
    text-align: center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.index-banner-btn a:nth-child(2){
    margin-left: 15px;
}
.index-banner-btn a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.section-banner .index-banner-content .right-box{
    width: 64%;
    padding-left: 35px;
}
.section-banner .index-banner-content .right-box img{
    width: 100%;
}
.section-banner .bannerPic02{
    display:flex;
    align-items: center;
}
.section-banner .bannerPic02 .left-box{
    width: 54%;
}
.section-banner .bannerPic02 .content-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
}
.section-banner .bannerPic02 .banner-title_1{
    font-size:60px;
    font-weight: 400;
    color: #3073FF;
}
.section-banner .bannerPic02 .banner-title_2{
    margin-top:14px;
    font-size: 56px;
    font-weight: 600;
    color: #0B1019;
    line-height: 54px;

}
.section-banner .bannerPic02 .banner-btn-box{
    margin-top: 70px;
}
.section-banner .bannerPic02 .banner-btn-box a{
    width: 160px;
    line-height: 44px;
    background: #3073FF;
    border-radius: 22px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.section-banner .bannerPic02 .banner-btn-box a img{
    margin-left:10px;
}
.section-banner .swiper-pagination{
    bottom: 64px;
}
    /*******************************/
.section-data-box .main-box{
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    display: flex;
    position: relative;
    top: -50px;
    z-index:1;
}
.section-data-box .main-box li{
    width: 20%;
    text-align: center;
    position: relative;
}
.section-data-box .main-box li:before{
    content: '';
    right: 0;
    top:0;
    bottom: 0;
    width: 1px;
    height: 58px;
    background:rgba(151, 151, 151,0.22) ;

}
.section-data-box .main-box li:last-child:before{
    background: unset;
}
.section-data-box .num-box{
    font-size: 32px;
    font-weight: bold;
    color: #223266;
    line-height: 60px;
}
.section-data-box .title-box{
    font-size: 14px;
    font-weight: 400;
    color: #223266;
    line-height: 32px;
}

/**************************************/
.section-reason-box .nav-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.section-reason-box .nav-box li{
    width: 16.66%;
    text-align: center;
    padding: 14px;
    cursor: pointer;
}
.section-reason-box .nav-box li .title-box{
    font-size: 14px;
    font-weight: 500;
    color: #223266;
    padding-top: 15px;
}
.section-reason-box .nav-box li.active{
    background: #F5FAFE;
    border-radius: 8px 8px 0px 0px;
}
.section-reason-box .main-box{
   background: rgba(245, 250, 254, 1);
   padding: 30px 0;
}
.section-reason-box .content-box{
    display: flex;
    justify-content: space-between;
}
.section-reason-box .content-box .left-box{
    width: 46%;
}
.section-reason-box .content-box .left-box .icon-box{
    display:none;
}
.section-reason-box .content-box .left-box .title-box{
    margin-top: 15px;
    font-size: 28px;
    font-weight: 500;
    color: #223266;
    line-height: 40px;
}
.section-reason-box .content-box .left-box .vc-title-box{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #223266;
    line-height: 32px;
}
.section-reason-box .content-box .left-box .desc-box{
    margin-top: 50px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 50, 102, 0.65);
    line-height: 22px;
}
.section-reason-box .content-box .left-box .desc-box p{
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}
.section-reason-box .content-box .left-box .desc-box p:before{
    content: '';
    background: url("http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2022/05/17/ec_1652771851.png") no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;

}
.section-reason-box .content-box .right-box{
    width: 52%;
}
.section-reason-box .content-box .right-box img{
    width: 100%;
}
/**********************************/
.section-team-need-box{
    padding: 40px 0 0px;
}
.section-team-need-box .main-box{
    margin-top: 30px;
}
.section-team-need-box .main-box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 0.5px rgba(225, 230, 240, 0.4) solid;

}
.section-team-need-box .main-box ul li{

    width: 50%;
    border:0.5px rgba(225, 230, 240, 0.4) solid;

}
.section-team-need-box .main-box ul li:nth-child(2):hover{
    background: url('http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2022/05/18/ec_1652867919.jpg') no-repeat center;
    background-size: cover;
}
.section-team-need-box .main-box ul li:nth-child(4):hover{
    background: url('http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2022/05/18/ec_1652867923.jpg') no-repeat center;
    background-size: cover;
}
.section-team-need-box .main-box ul li:nth-child(3):hover{
    background: url('http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2022/05/27/ec_1653630748.png') no-repeat center;
    background-size: cover;
}
.section-team-need-box .main-box ul li:nth-child(1):hover{
    background: url('http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2022/05/18/ec_1652867959.jpg') no-repeat center;
    background-size: cover;
}
.section-team-need-box .main-box ul li:nth-child(3),.section-team-need-box .main-box ul li:nth-child(4){
    border-bottom: 0;
}
.section-team-need-box .main-box ul li .title-box{
    font-size: 24px;
    font-weight: 600;
    color: #223266;
    line-height: 60px;
    display: flex;
    align-items: center;


}
.section-team-need-box .main-box ul li .title-box .img-box{
    width: 54px;
    height: 54px;
    background: rgba(245, 250, 254, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
}
.section-team-need-box .main-box ul li:hover .title-box .img-box{
    background: #fff;
}
.section-team-need-box .main-box ul li .desc-box{
    margin-top: 40px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 50, 102,0.85);
    line-height: 30px;
}
.section-team-need-box .main-box ul li .desc-box p{
    position: relative;
    padding-left: 15px;
}
.section-team-need-box .main-box ul li .desc-box p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #223266;
    display: inline-block;
}
.section-team-need-box .main-box ul li .content-box{
    padding: 40px 0;
    max-width: 580px;
}
.section-team-need-box .main-box ul li:nth-child(odd){
    border-left: 0;
}
.section-team-need-box .main-box ul li:nth-child(odd) .content-box{
    margin-left: auto;
    padding-right: 50px;
}
.section-team-need-box .main-box ul li:nth-child(even){
    border-right: 0;

}
.section-team-need-box .main-box ul li:nth-child(even) .content-box{
    margin-right: auto;
    padding-left: 50px;
}

/**********************/
.section-ad-box{

    background: linear-gradient(180deg, #FFFFFF 50%, #F5FAFE 100%);
}
.section-ad-box img{
    width: 100%;
    margin-top: 35px;
}
/*************************/
.section-team-box{
    padding: 40px 0;
    background: rgba(245, 250, 254, 1);
}
.section-team-box .main-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.section-team-box .main-box li{
    width: 32%;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-align: center;
    padding: 35px 20px 28px 20px;
    margin-bottom: 20px;
}

.section-team-box .main-box li .title-box{
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    color: #223266;
    line-height: 33px;
}
.section-team-box .main-box li .desc-box{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 50, 102,0.85);
}
.section-team-box .section-btn-box{
    text-align: center;
}
/**********************************/
.section-resource-docking-box{
    padding: 50px 0;
}

.section-resource-docking-box .beam_road_nav{
    width: 600px;
    line-height: 60px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: auto;
    display: flex;
    overflow: hidden;
    margin-top: 40px;
}

.section-resource-docking-box .beam_road_nav li{
    display: inline-block;
    width: 33.33%;
}
.section-resource-docking-box .beam_road_nav>li>a{
    display: block;
    font-size: 16px;

    font-weight: 500;
    color: #223266;

}
.section-resource-docking-box .beam_road_nav>li> .beam-road-a{
    color: #fff;
    background: rgba(50, 114, 242, 1);
}
.section-resource-docking-box .home-beam-road-content{
    margin: 60px 0 40px;
    border-bottom: none;
    border-right: none;
    padding: 0 15px;

}
.section-resource-docking-box .home-beam-road-content .home-logistics{
    width: 100%;
    margin: auto;
    display: none;
}
.section-resource-docking-box .home-beam-road-content .home-logistics .logistics-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-resource-docking-box .home-beam-road-content .home-logistics .logistics-2 li{
    width: 15%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-bottom: 20px;
}
.section-resource-docking-box .home-beam-road-content .home-logistics .logistics-2 img{
    width: 100%;
}






.section-resource-docking-box .home-beam-road-content .beam-road-1{
    display: block;
}

/*********************/
.section-common-choice-box{
    padding: 50px 0;
    background:rgba(245, 250, 254, 1);
}
.section-common-choice-box .swiper-wrapper{
    display: flex;
    margin-top: 60px;
}
.section-common-choice-box .swiper-slide{
    height: unset;
    padding: 5px;
}
.section-common-choice-box .content-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 36px;
    height: 100%;
    position: relative;
}
.section-common-choice-box .content-box:before{
    content: '';
    position: absolute;
    right: 36px;
    top: 50px;
    width: 37px;
    height: 32px;
    background: url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2022/05/18/ec_1652839267.png) no-repeat center;
    background-size: cover;
}
.section-common-choice-box .content-box .img-box{

}

.section-common-choice-box .content-box .title-box{
    font-size: 22px;
    font-weight: 500;
    color: #223266;
    line-height: 60px;
}
.section-common-choice-box .content-box .type-box{
    font-size: 14px;
    font-weight: 400;
    color:rgba(34, 50, 102, 0.64);
    line-height: 32px;
}

.section-common-choice-box .content-box .desc-box{
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 50, 102,0.85);
    line-height: 32px;
}
.section-common-choice-box .swiper-pagination{
    margin-top: 40px;
    position: unset;
}

.section-common-choice-box .swiper-pagination-bullet{
    width: 48px;
    height: 10px;
    background: rgba(36, 104, 242, 0.19);
    border-radius: 5px;
}
.section-common-choice-box .swiper-pagination-bullet-active{
    background: #2468F2;
    border-radius: 5px;
}

.choice-logo-box{
    background: #FFFFFF;
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}


.home-beam-road-content .beam-road-2 .logo-content-list{
    width: 100%;
    display: flex;
    overflow: hidden;
}
.home-beam-road-content .beam-road-2 .logo-list{
    display: flex;
}
.home-beam-road-content .beam-road-2 .logo-content-list:nth-child(1) .logo-list{
    animation: paomadeng 24s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.home-beam-road-content .beam-road-2 .logo-content-list:nth-child(2) .logo-list{
    animation: paomadengTwo 24s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.home-beam-road-content .beam-road-2 .logo-content-list:nth-child(3) .logo-list{
    animation: paomadeng 24s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.home-beam-road-content .beam-road-2 .logo-content-list span{
    width: 137px;
    height: 73px;
    background: #FFFFFF;
    box-shadow: 0 8px 15px 0 rgba(55,85,152,0.07);
    border-radius: 12px;
    display: inline-block;
    justify-content: center;
    margin: 0 20px 20px 0;
    text-align: center;
}
.home-beam-road-content .beam-road-2 .logo-content-list span img{
    width:100%;
}





.choice-logo-box .logo-list-box{
    display: flex;
    animation: paomadeng 50s linear infinite;
    animation-delay:3s;
    -webkit-animation-delay:3s;
    padding: 5px 0;
}
@keyframes paomadeng {
    from {
        transform: translateX(0%);
        -ms-transform: translateX(0%); /* IE 9 */
        -moz-transform: translateX(0%); /* Firefox */
        -webkit-transform: translateX(0%); /* Safari å’Œ Chrome */
        -o-transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
        -ms-transform: translateX(-100%); /* IE 9 */
        -moz-transform: translateX(-100%); /* Firefox */
        -webkit-transform: translateX(-100%); /* Safari å’Œ Chrome */
        -o-transform: translateX(-100%);
    }
}

@keyframes paomadengTwo {
    from {
        transform: translateX(-100%);
        -ms-transform: translateX(-100%); /* IE 9 */
        -moz-transform: translateX(-100%); /* Firefox */
        -webkit-transform: translateX(-100%); /* Safari å’Œ Chrome */
        -o-transform: translateX(-100%);

    }

    to {
        transform: translateX(0%);
        -ms-transform: translateX(0%); /* IE 9 */
        -moz-transform: translateX(0%); /* Firefox */
        -webkit-transform: translateX(0%); /* Safari å’Œ Chrome */
        -o-transform: translateX(0%);
    }
}
.choice-logo-box .logo-list-box img{
    margin-right: 60px;
    height: 60px;
}
/*****************/

.section-appointment-box{
    background: url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2022/05/17/ec_1652785995.png) no-repeat center;
    background-size: 100% 100%;
    height: 200px;
    display: flex;
    text-align: center;
    align-items: center;

}
.section-appointment-box .title-box{
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px;
}
.section-appointment-box .btn-box a{
    width: 132px;
    line-height: 43px;
    box-shadow: 0px 3px 8px 0px rgba(36, 104, 242, 0.2);
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
}
